Auto merge of #3142 - alexcrichton:siphash, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 30 Sep 2016 16:18:55 +0000 (09:18 -0700)
committerGitHub <noreply@github.com>
Fri, 30 Sep 2016 16:18:55 +0000 (09:18 -0700)
Allow deprecated use of SipHasher

This type is being deprecated in rust-lang/rust#36815, so allow use of the
deprecated type for now. We can fix this later once new APIs have landed.


Trivial merge